Asset Transformation API

(0 reviews)

SLA Rate Limiting

The API is rate limited at a maximum value specified in the Standard SLA Tier. Any messages beyond the maximum are rejected. Enforcement is based on the client id passed in the request.
The API will return the following X-RateLimit-* headers in the HTTP Response;


X-RateLimit-Remaining: 99

X-RateLimit-Reset: 60000

X-RateLimit-Limit: 100

X-RateLimit-Limit defines the number of requests allowed.

X-RateLimit-Remaining defines the remaining number of requests (count).

X-RateLimit-Reset defines the time in milliseconds before the remain rate count is reset.

The following response will be generated in the event the API message rate is exceeded


HTTP/1.1 429 Too Many Requests

Server: nginx

Date: Fri, 22 Apr 2016 09:30:48 GMT

Transfer-Encoding: chunked

Connection: keep-alive

X-RateLimit-Remaining: 0

X-RateLimit-Reset: 56060

X-RateLimit-Limit: 1

API calls exceeded

###SLA Tiers


Name                             Description                                           Requests Per Day            Requests Per Hour

_____________________________________________________________________________________________________________________________________

Real Time                          Real time access to the API.                           10000                        N/A

Premium Data Synchronisation       Synchronisation of large data sets.                    1000                         N/A

Data Synchronisation               Synchronisation of small data sets.                    250                          15

Reviews